projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc38a29
)
(blink-cursor-mode): Add `mac' to the list of window-system's that
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 20 Oct 2005 14:23:26 +0000
(14:23 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 20 Oct 2005 14:23:26 +0000
(14:23 +0000)
support blinking cursor.
lisp/frame.el
patch
|
blob
|
history
diff --git
a/lisp/frame.el
b/lisp/frame.el
index 0a1ffb8a9991c74808c441a0ad41c2078435e838..bd4d7ad5288ff94f1366ffbd3b3abf058b64c287 100644
(file)
--- a/
lisp/frame.el
+++ b/
lisp/frame.el
@@
-1263,7
+1263,7
@@
cursor display. On a text-only terminal, this is not implemented."
:init-value (not (or noninteractive
no-blinking-cursor
(eq system-type 'ms-dos)
- (not (memq window-system '(x w32)))))
+ (not (memq window-system '(x w32
mac
)))))
:initialize 'custom-initialize-safe-default
:group 'cursor
:global t